home *** CD-ROM | disk | FTP | other *** search
/ Australian Personal Computer 1999 September / Sept 99, disk2=APC492.ISO / cwc / cwc99.exe / cwcdemo / game / gfx / wcc_in_game_gfx.grb < prev   
Encoding:
Text File  |  1999-04-13  |  2.0 KB  |  86 lines

  1. set planar off
  2. set block_sprites off
  3. set dups off
  4. set compression on
  5. set colour_offset 0
  6. set global_pal off
  7. set reorder_pal off
  8.  
  9. set offset_type ascii
  10.  
  11.  
  12.  
  13. # wcc in-game sprites..
  14.  
  15.  
  16. # bowler panel
  17. set hotspot             centre
  18. set animation_file      bowler_panel.anm
  19. set frame_label         bowler_panel_frames
  20. set grab_box            auto
  21. *
  22.  
  23. # power bar segments
  24. set hotspot             centre
  25. set animation_file      pbar.anm
  26. set frame_label         bowler_panel_power_bar_frames
  27. set grab_box            auto
  28. *
  29.  
  30. # panel origin cursor
  31. set hotspot             centre
  32. set animation_file      bowler_panel_origin.anm
  33. set frame_label         bowler_panel_origin_frames
  34. set grab_box            auto
  35. *
  36.  
  37. # panel skill-stop cursor
  38. set hotspot             centre
  39. set animation_file      bowler_panel_cursor.anm
  40. set frame_label         bowler_panel_cursor_frames
  41. set grab_box            auto
  42. *
  43.  
  44. # panel arrow, rotated and positioned
  45. set hotspot             centre
  46. set animation_file      bowler_panel_up_arrow.anm
  47. set frame_label         bowler_panel_up_arrow_frames
  48. set grab_box            auto
  49. *
  50.  
  51. # pepsi logo
  52. set hotspot             centre
  53. set animation_file      pepsi_logo.anm
  54. set frame_label         pepsi_logo_frames
  55. set grab_box            auto
  56. *
  57.  
  58. # in-game mouse pointer
  59. set hotspot             centre
  60. set animation_file      mouse_pointer.anm
  61. set frame_label         mouse_pointer_frames
  62. set grab_box            auto
  63. *
  64.  
  65. # replay stuff
  66. set hotspot             centre
  67. set animation_file      replay_jog_shuttle.anm
  68. set frame_label         replay_jog_shuttle_frames
  69. set grab_box            auto
  70. *
  71.  
  72. set hotspot             centre
  73. set animation_file      replay_play_button_backdrop.anm
  74. set frame_label         replay_play_button_backdrop_frames
  75. set grab_box            auto
  76. *
  77.  
  78. set hotspot             centre
  79. set animation_file      replay_play_botton.anm
  80. set frame_label         replay_play_botton_frames
  81. set grab_box            auto
  82. *
  83.  
  84. *
  85.  
  86.